Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/35. Image Gallery/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/35. Image Gallery/app.js
9 Views
0 Comments
let images = document.querySelectorAll("img");
let wrapper = document.getElementById("wrapper");
let imgWrapper = document.getEl
images /huxn-webdev/HTML-CSS-JavaScript-100-Projects/35. Image Gallery/images/
8 Items
  • Img1.jpg
  • Img2.jpg
  • img3.jpg
  • img4.jpg
  • img5.jpg
  • img6.jpg
  • img7.jpg
  • img8.jpg
  • index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/35. Image Gallery/index.html
    19 Views
    0 Comments
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta nam
    style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/35. Image Gallery/style.css
    9 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    body {
    background: #ecf4fb;